atspi: Implement Component
authorMatthias Clasen <mclasen@redhat.com>
Wed, 14 Oct 2020 01:23:22 +0000 (21:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 19 Oct 2020 16:19:55 +0000 (12:19 -0400)
commit8e4f8a45a9b8cda3bc3d12fb50d805897b1902e2
tree189f4122f17e14f2cb49b64801de52c709fac893
parent3ad03b170649da0f7c05380aaf8f860b4492b488
atspi: Implement Component

Implement the non-questionable parts of the Component interface
for accessibles which are widgets.

This does not include:
 - global coordinates
 - setters
 - scrolling
 - alpha, layers, zorder, and the like
gtk/a11y/gtkatspicomponent.c [new file with mode: 0644]
gtk/a11y/gtkatspicomponentprivate.h [new file with mode: 0644]
gtk/a11y/gtkatspicontext.c
gtk/a11y/gtkatspiprivate.h
gtk/a11y/meson.build